home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************/
- /* */
- /* Demo of how call a BBS from a script, by name instead of */
- /* by entry number or explicit phone number. */
- /* */
- /* Copyright 1995 deltaComm Development, Inc. */
- /* */
- /****************************************************************/
-
- main()
- {
- if (dial("deltaComm Online", 0, 0) < 0)
- status_wind("Could not establish connection.", 40);
- }
-